ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class / OperatingItems Property

In This Topic
    OperatingItems Property (CollectionViewEditRequest<T>)
    In This Topic
    The items which is used for creating, updating or deleting.
    Syntax
    'Declaration
     
    Public Property OperatingItems As IList(Of T)
    public IList<T> OperatingItems {get; set;}
    See Also